home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMOVERWRITEDLG / TFMOVERWRITEDLG.txt < prev   
Text File  |  2004-09-09  |  2KB  |  120 lines

  1. object fmOverwriteDlg: TfmOverwriteDlg
  2.   Left = 377
  3.   Top = 342
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirm File Overwrite'
  6.   ClientHeight = 160
  7.   ClientWidth = 461
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object laReplace: TLabel
  19.     Left = 60
  20.     Top = 13
  21.     Width = 191
  22.     Height = 13
  23.     Caption = 'Do you want to replace the following file:'
  24.   end
  25.   object laReplaceFilename: TLabel
  26.     Left = 68
  27.     Top = 32
  28.     Width = 385
  29.     Height = 30
  30.     AutoSize = False
  31.   end
  32.   object imLogo: TImage
  33.     Left = 8
  34.     Top = 16
  35.     Width = 32
  36.     Height = 32
  37.     AutoSize = True
  38.     Picture.Data = {<image000.ico>}
  39.     Transparent = True
  40.   end
  41.   object laWith: TLabel
  42.     Left = 60
  43.     Top = 70
  44.     Width = 218
  45.     Height = 13
  46.     Caption = 'With this file being extracted from the archive::'
  47.   end
  48.   object laWithName: TLabel
  49.     Left = 68
  50.     Top = 89
  51.     Width = 385
  52.     Height = 30
  53.     AutoSize = False
  54.   end
  55.   object bbYes: TBitBtn
  56.     Left = 8
  57.     Top = 128
  58.     Width = 60
  59.     Height = 25
  60.     Caption = '&Yes'
  61.     Default = True
  62.     ModalResult = 6
  63.     TabOrder = 0
  64.   end
  65.   object bbYesAll: TBitBtn
  66.     Left = 72
  67.     Top = 128
  68.     Width = 60
  69.     Height = 25
  70.     Caption = 'Yes to &All'
  71.     ModalResult = 21
  72.     TabOrder = 1
  73.   end
  74.   object bbNo: TBitBtn
  75.     Left = 136
  76.     Top = 128
  77.     Width = 60
  78.     Height = 25
  79.     Caption = '&No'
  80.     ModalResult = 7
  81.     TabOrder = 2
  82.   end
  83.   object bbNoAll: TBitBtn
  84.     Left = 200
  85.     Top = 128
  86.     Width = 60
  87.     Height = 25
  88.     Caption = 'N&o to All'
  89.     ModalResult = 22
  90.     TabOrder = 3
  91.   end
  92.   object bbCancel: TBitBtn
  93.     Left = 328
  94.     Top = 128
  95.     Width = 60
  96.     Height = 25
  97.     Caption = '&Cancel'
  98.     ModalResult = 2
  99.     TabOrder = 4
  100.   end
  101.   object bbRename: TBitBtn
  102.     Left = 264
  103.     Top = 128
  104.     Width = 60
  105.     Height = 25
  106.     Caption = '&Rename'
  107.     TabOrder = 5
  108.     OnClick = bbRenameClick
  109.   end
  110.   object bbHelp: TBitBtn
  111.     Left = 392
  112.     Top = 128
  113.     Width = 60
  114.     Height = 25
  115.     Caption = '&Help'
  116.     TabOrder = 6
  117.     OnClick = bbHelpClick
  118.   end
  119. end
  120.